toggle menu
SIOPv2 OpenId4VP
0.11.1
jvm
switch theme
search in API
SIOPv2 OpenId4VP
/
eu.europa.ec.eudi.openid4vp
/
Client
/
X509Hash
X509Hash
data
class
X509Hash
(
val
clientId
:
OriginalClientId
,
val
cert
:
X509Certificate
)
:
Client
(
source
)
Members
Members & Extensions
Constructors
X509Hash
Link copied to clipboard
constructor
(
clientId
:
OriginalClientId
,
cert
:
X509Certificate
)
Properties
cert
Link copied to clipboard
val
cert
:
X509Certificate
client
Id
Link copied to clipboard
val
clientId
:
OriginalClientId
id
Link copied to clipboard
open
val
id
:
VerifierId
The id of the client prefixed with the client id prefix.
Functions
legal
Name
Link copied to clipboard
fun
Client
.
legalName
(
legalName
:
X509Certificate
.
(
)
->
String
?
=
X509Certificate::legalName
)
:
String
?
Gets the legal name of this
Client
.